SystemPrinter

public interface SystemPrinter<PrintSettingT extends PrintSettings> implements Printer<PrintSettingsT>

A local or network printer installed in the system.

Since

7.13

Parameters

<PrintSettingT>

the print settings type that can be applied to the print job.

Types

Link copied to clipboard
Print settings available when printing HTML content on a physical printer.
Link copied to clipboard
public interface PdfSettings implements SystemPrinter.Settings<T>, Fit<T>
Print settings available when printing PDF content on a physical printer.
Link copied to clipboard
Print settings available when printing HTML or PDF content on a physical printer.

Functions

Link copied to clipboard
public abstract Capabilities capabilities()
Returns the capabilities of this printer.
Link copied to clipboard
public abstract String deviceName()
Returns the device name of this printer as shown in Print Preview.
Link copied to clipboard
public abstract String printerName()
Returns the name of this printer as understood by OS.
Link copied to clipboard
public abstract PrintJob<PrintSettingsT> printJob()
Returns the current print job.